home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Tools 1993 October - Disc 2
/
Power Tools (Disc 2)(October 1993)(HP).iso
/
start.bat
< prev
Wrap
DOS Batch File
|
1993-07-20
|
591b
|
21 lines
@ echo off
if exist message.bat call message.bat
echo Now connecting you to Power Tools . . .
cd \dms
call dms
cd \
cls
echo Now disconnecting you from Power Tools . . .
echo .
echo *********************************************************
echo * If you have difficulty connecting to Power Tools, *
echo * send an HP Desk message to "Power TOOLS/HP6650/AF," *
echo * or call Telnet/408-447-5145. Please include a *
echo * description of your situation. *
echo *********************************************************
echo .
pause